home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 44 / PC Actual CD 44.iso / Linux / Cygwin / full.exe / Disk1 / data1.cab / Tools / H-i586-cygwin32 / i586-cygwin32 / include / lastlog.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-12-04  |  157 b   |  13 lines

  1. #ifndef _LASTLOG_H
  2. #define _LASTLOG_H
  3.  
  4. #include <utmp.h>
  5.  
  6. struct lastlog {
  7.     long ll_time;
  8.     char ll_line[UT_LINESIZE];
  9.     char ll_host[UT_HOSTSIZE];
  10. };
  11.  
  12. #endif
  13.